home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 2.iso / mac / DISK2 / DATA / phot2.Dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1997-03-22  |  206 b   |  14 lines

  1. global gslideshowtimer
  2.  
  3. on startslideshowtimer
  4.   set gslideshowtimer to the ticks + getspeed()
  5. end
  6.  
  7. on isslideshowtimeout
  8.   if gslideshowtimer > the ticks then
  9.     return 0
  10.   else
  11.     return 1
  12.   end if
  13. end
  14.